Nomadwiki.org:Todo
Nomadwiki is a wiki for nomads, started by some of the same community who brought you Trustroots, Hitchwiki, Trashwiki, Couchwiki, Sharewiki and more.
Hospitality exchange | Sustainable Hospitality Exchange | The Art of Hosting
Maps - Blogs - Guides - Accommodation - adhoc infrastructure - Lifestyles - Co-LivingThere's always something to do here! Pick a task or add more
Contents
Quick tasks
- ask hosts to write about (former) nomadbases.
- copy pages from Sharewiki to Category:Nomadism
- Add link from fb discussion to all relevant country pages.
Articles that need love
- update outdated pages
- stubs - amend short articles
- needs cleanup - the reason is on the page
- Wanted categories (56) for countries since r5010
- Uncategorized files, broken file links - some images have disapeared, either upload again or remove the link (bot work)
Done: Uncategorized pages, Uncategorized categories (3), Unused categories (1), Uncategorized templates --Traumschule (talk) 22:25, 9 September 2017 (CEST)
How to use a bot
A pywikibot is fairly easy to setup. You need to download the archive and create a family file for nomadwiki:
tar tf core.tar.gz cd core python pwb.py generate_family_file.py # will ask for name and URL python pwb.py generate_user_files # define preferred wiki family (here 8 for nomadwiki) and wiki user
Now you can start using scripts.
Article/topic wishes
- What to pack: A lot of items don't have articles
- Trekking
- Long distance walking (European long-distance paths)
- Lightfoot
- Cooking while camping
- Nomad games: boards games, cards, dices, with balls (@Hitchwiki)
- (Cooker/Stove: wood cooker, gaz stove, natural fire techniques, etc. Pros and cons)
- (Finding water: in the mountains, in the desert, asking people, etc.)
- Pages mentioned in articles but not yet created: Special:WantedPages.
- Check for Special:LonelyPages (pages without any link to them) and link them from somewhere if it makes sense.
- The Nomadwiki.org:Copyrights page is mentioned below all articles but has no page ;)
- Mountaineering/Rock climbing (low budget). See this FB thread & Wikivoyage
- See if we can add greek island guide from Travel Club into Nomadwiki (http://www.thetravelclub.org/articles/traveloscope/706-greek-islands-travel-guide)
- Shoplifting page: there is a Facebook discussion about shoplifting (ethics, different opinions, etc.). But like a lot of Fb discussions, it is a mess and not always constructive. It would be nice to have something on the Nomadwiki article?!
Write content from these sources to Nomadwiki
- NOMDAS group, files section
- Free education
- Facebook - Overstaying visa in Turkey
- Facebook - Blackriding trains in Germany & France
- Facebook - Tramping in Italy
- https://en.wikipedia.org/wiki/List_of_well-known_busking_locations
- From Hitchwiki: See category Move to Nomadwiki. Pick on Hitchwiki a city, a country or an article you are a bit familiar with and check that the infos are only relevant for hitchhiking. All the rest about sleeping, food, busking, camping and so on can be taken out and transferred in the right article on Nomadwiki... The page on Hitchwiki shouldn't disappear completely otherwise someone might re-create it right after, just give the link to Nomadwiki. You might have to create a new page on Nomadwiki though.
- From Stealthiswiki that doesn't exist anymore, found a copy here : https://dl.dropboxusercontent.com/u/64088059/Steal%20this%20Wiki/wiki.stealthiswiki.org/wiki/Main_Page.html, and a working version here : and a working version here http://stealthiswiki.tk/wiki.stealthiswiki.org/wiki/Main_Page.html
- Nomad map Many cool place, mainly in France (living places, nomad bases, collectives, eco-places, squats, self-managed farms, ZAD (place to defend), ZAP (place to protect)), it was linked in Intentional_Communities and France. We have to see if one day we get take the data from there.
...
- Check these FB groups for useful info: Hitchgathering, Some CS groups?
New articles just created and could use a proof-reading
These articles can be read once or twice, some people can add some infos, and they should be linked to other articles to make appear in the wiki. For example, you could search 'vaccination' or 'vaccine' on Nomadwiki, take the articles mentioning it and put an quick link instead of just text (like this: vaccines).
- Vaccines
- Purifying water
- Free shower
- Staying fresh while traveling
- Washing clothes
- Music instruments
- Cycling
- Overstaying Schengen
- Cyprus
Categories
How are categories organized in Nomadwiki?
There are categories for cities, countries, communites, locations and transport companies. It is recommended to use the forms to add to them.
There are a lot of wanted categories because of the city template. Should we remove that from the template or create those categories? For me it makes sense to have the informative content about countries on the category page because then people can see all related pages. Countries will appear as subcategories of Category:Country. But maybe there are other opinions. --Traumschule (talk) 14:42, 20 September 2017 (CEST)
Semantics
This wiki is using Semantic MediaWiki extension. Why?
Structured data is stored in key::value pairs, mostly formatted with templates, for example to structure information on a location:
{{Location |name= |type=Nomadbase |in= |web= |lng= |lat= }}
This information can be shown as a table or may stay hidden on the page. It is however accessible through queries.
When you edit pages you can see a box at the end of the page, added by the Semantic extension. While the wiki database stores articles as text just as normal, the semantic extension adds tables about relations.
Users can add semantic requests to pages, to show a map, show events as table or timeline.
How to query for data
- Semantic searches
- Display information
- Select pages
- Berline: example to define information
- Show results via a template
- Properties and types
- Show the list of communities,
{{#ask: [[Category:Community]] }}
results: {{#ask: }}
- Show a table of events in Hitchwiki (events are not stored in a category here):
{{#ask: [[Category:Event]] |?Has start date = start |?Has end date = end |format=table |sort=Has start date |order=desc |limit=200 }}
- To show coordinates of hackbases on a map (maps are deactivated in this wiki):
{{ #ask: [[Category:Hackerspace]][[hackerspace status::active]][[Has coordinates::+]] |?Location |?Website |limit=500 |sort=Modification date |order=descending |format=map |width=1100 |height=480 |zoom=2 |center=16° N, 7° E |markercluster=on }}
Improve the forms of Nomadwiki
For most users it is easier to add information about a place into structured fields instead of editing the source code directly.
Currently Nomadwiki has forms for cities, countries, communities and transport companies.
To add a new form, you also need a template with the same name. An example is the city template.
If you know which template to pick from, it may be faster to copy it to a new page however. You can copy it to new or existing articles and they will be recognized as a city.
Concepts
A concept is a dynamic category to select pages.
Documentation and questions
- I added "introduction" field to country articles and moved "free text" to the footer (it used to be on top). Now a lot of intro texts are at the footer of the article, we just have to go trough the country articles and move them back to top. -Mikael (talk) 00:39, 17 December 2015 (CET)
- I never created forms in wikis so far. For now templates always were sufficient and easier to maintain. But maybe I find the time someday. Also the power of semantic requests like maps look promising. --Traumschule (talk)
- Continued the semantic doku. It's not that hard to understand, but the information is quite scattered in SMW. --Traumschule (talk) 19:35, 16 September 2017 (CEST)
There are more semantic extensions. Which should we install?
For questions, you can ask the semantic community in #mediawiki and #semantic-mediawiki @ freenode.org.