User:WikiMaster/Projects: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(Purge page reference. Minor template syntax fix.)
m (Minor rearrangements.)
Line 12: Line 12:
== Transclude External Templates ==
== Transclude External Templates ==
* Portland's [[wikipedia:Wikipedia:Meetup/Portland|Wikipedia meetup]] page.
* Portland's [[wikipedia:Wikipedia:Meetup/Portland|Wikipedia meetup]] page.
* Interwiki Links: [[Special:Interwiki]]
* Magic Words: [[wikipedia:Wikipedia:Meetup/Portland/Invite]]
* Magic Words: [[wikipedia:Wikipedia:Meetup/Portland/Invite]]
: '''Interwiki Invite (via [[wikimedia:Help:Interwiki linking|Interwiki]] [[wikimedia:Help:Magic words|magicword]])?'''


'''Transclusion template fix?'''<br />
'''Transclusion template fix?'''<br />
Line 79: Line 77:
:Will need to [http://wiki.dreamhost.com/PHP.ini#Loading_PHP_5.3_extensions config SOAP].
:Will need to [http://wiki.dreamhost.com/PHP.ini#Loading_PHP_5.3_extensions config SOAP].
*[[mediawikiwiki:Extension:Data_Transfer|Extension:Data Transfer]]
*[[mediawikiwiki:Extension:Data_Transfer|Extension:Data Transfer]]
==== Interesting stuff ====
*[http://www.jonasjohn.de/ jonasjohn.de Projects]:
:Remove Empty Directories — RED is a little utility that allows you to remove empty folders recursively.
:tester.jonasjohn.de — A website test tool.
:snippet library — A code snippets collection.
:htmlSQL — A PHP class which allows you to access HTML values by an SQL like syntax.


=== Other Admin To Do ===
=== Other Admin To Do ===
Line 92: Line 83:
== Other Resources ==
== Other Resources ==
* Infoboxes: [[Template:Infobox]], [[Infobox]]
* Infoboxes: [[Template:Infobox]], [[Infobox]]
* [[PortlandWiki]]'s Interwiki Database: [[Special:Interwiki]]
: [[metawikipedia:Help:Interwiki linking|Interwiki]] | [[metawikipedia:Help:Magic words|magicword]]


==== Wiki Modules For Drupal 7 ====
==== Wiki Modules For Drupal 7 ====
Line 98: Line 91:
* [http://groups.drupal.org/node/97054 Package names for contributed modules (Drupal 7)]
* [http://groups.drupal.org/node/97054 Package names for contributed modules (Drupal 7)]
* [http://drupal.org/node/1047460 Semantic Wiki Module in Drupal 7?]
* [http://drupal.org/node/1047460 Semantic Wiki Module in Drupal 7?]
==== Interesting stuff ====
*[http://www.jonasjohn.de/ jonasjohn.de Projects]:
:snippet library — A code snippets collection.


== References ==
== References ==
<references />
<references />

Revision as of 14:50, 6 May 2011

Outreach

Goals

  • One hundred daily contributors by end of September, 2011 (PortlandWiki's second birthday).
  • Easier user interface; make PortlandWiki readily accessible to non-geek contributors.

Planning

PortlandWiki:Planning

Neighborhoods

Transclude External Templates

Transclusion template fix?
(yup, in a sort of half-ass way. hip hip fuckin' hooray. only wasted half a dozen painful hours so far...)
Intermittent functionality at this point. Caching issue?
Try purging page:

And the "Template fetch failed" error message is often something that goes away if you purge the page cache adding "?action=purge" to the URL.

Source: "Template fetch failed"

These syntax examples appear to work after page purge:

{{wikipedia::Wikipedia:Meetup/Portland}}
{{wikipedia::Wikipedia:Meetup/Portland/Invite}}
Transcluded invite begins here.

[Interwiki transcluding is disabled]

Transcluded invite ends here.

Further (transclusion issues) research.

kotra asks:

Are you trying to transclude the content from a Wikipedia page into PW? If so I think we would need to use mediawikiwiki:Manual:$wgEnableScaryTranscluding. -kotra (talk) 18:40, 24 March 2011 (UTC)
Yup! That's exactly what I'm trying to do. Thanks kotra! - Dave Myers 16:49, 17 April 2011 (UTC)

Admin

Spent day researching how to upload pre written articles en masse.

MediaWiki Manuals

Importing from other types of files
The Edit.php, importImages.php and ImportTextFile.php maintenance scripts can be used to import text and images into MediaWiki.

Looked at

Must Read: Wikipedia:Creating a bot
MediaWiki Bulk Page Creator | MediaWiki Bulk Page Creator
(Depends on Snoopy; already trying to get DreamHost to help with server config.)
(Finally got Snoopy installed but MediaWiki Bulk Page Creator's scant documentation is hard to follow. Now looking at tools listed under Also, And....)

Also

Article::doEdit()

And

(Extension:External Data is part of the Semantic Bundle already installed on PortlandWiki.)
Manual:Importing external content - Converting content from a CSV text file
csv and xls converter to wiki

Other mediawiki extensions

Will need to config SOAP.

Other Admin To Do

Other Resources

Interwiki | magicword

Wiki Modules For Drupal 7

Interesting stuff

snippet library — A code snippets collection.

References