Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronix committed Oct 10, 2018
2 parents 67598a2 + 8d16427 commit 688e8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WikiChron
Data visualization tool for wikis.
WikiChron is a web tool for the analysis and visualization of the evolution of wiki online communities.

It analyzes the history dump of a wiki and give you nice graphs plotting that data.

Expand Down Expand Up @@ -29,7 +29,7 @@ Activate the virtual environment:
`source venv/bin/activate`

And finally, install dependencies here:
`source venv/bin/activate`
`pip install -r requirements.txt`

## XML dumps
Likely, the source data for wikichron will come from a XML file with the full edit history of the wikis you want to analyze. [Go here if you want to learn more about Wikimedia XML dumps](https://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki#Backup_the_content_of_the_wiki_(XML_dump)).
Expand Down

0 comments on commit 688e8f2

Please sign in to comment.