Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
torque-sites
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
MediaWiki
torque-sites
Commits
ef032fa2
Commit
ef032fa2
authored
7 years ago
by
Karl Fogel
Browse files
Options
Downloads
Patches
Plain Diff
Add missing word to README.md
parent
eaa667a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-6
24 additions, 6 deletions
README.md
with
24 additions
and
6 deletions
README.md
+
24
−
6
View file @
ef032fa2
# MacFound
Repository of open source code specific MacArthur Foundation
internal
projects.
Repository of open source code specific
to
MacArthur Foundation
internal
projects.
The code here is unlikely to be of general use, because it is highly
specific to the needs and datasets of the
[
MacArthur
...
...
@@ -9,7 +9,25 @@ Foundation](https://www.MacFound.org). We release it as open source
anyway, because that's our usual practice and because some of it could
serve as an example or a template for other similar efforts.
Right now the things most likely to be useful in here are the
[
refresh
](
refresh
)
script and how it drives
[
fix-csv
](
fix-csv
)
and
[
csv2wiki
](
https://github.com/OpenTechStrategies/ots-tools/blob/master/csv2wiki
)
to convert a CSV file to pages in a MediaWiki instance.
*
CSV->Wiki
Right now the things most likely to be useful in here is the
CSV->wiki conversion system.
Start from the
[
wiki-refresh
](
wiki-refresh
)
script and see how it
drives first
[
fix-csv
](
fix-csv
)
, which performs some one-time
transformations to a specific CSV file from the MacArthur
Foundation, and then runs the transformed CSV through the
general-purpose script
[
csv2wiki
](
https://github.com/OpenTechStrategies/ots-tools/blob/master/csv2wiki
)
to create pages in a
[
MediaWiki
](
https://www.mediawiki.org/
)
instance.
This system has been tested with MediaWiki 1.28. There are a few
notes in
[
csv2wiki
](
https://github.com/OpenTechStrategies/ots-tools/blob/master/csv2wiki
)
's
documentation about things to watch out for with MediaWiki, e.g.,
you might have to run MediaWiki's
`rebuildall.php`
script to get the
categories feature working, some MediaWiki instances may have
spam-prevention features enabled that prevent csv2wiki from creating
pages containing URLs, etc.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment