This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Tue Sep 23 00:18:48 -0700 2008 | |
| |
wikipages2csv.sh | Tue Sep 23 00:18:48 -0700 2008 |
README
Script to extract data from an Apple WikiServer's data store by querying the
filesystem itself. Creates a 'wikipages.csv' file that's readable by any
spreadsheeting application, such as Numbers.app or Microsoft Excel.app.
USAGE: To use this script, change to the WikiServer's pages directory, then
just run this script. A file named wikipages.csv will be created in
your current directory. For instance:
cd /Library/Collaboration/Groups/mygroup/wiki # dir to work in
wikipages2csv.sh # run the script
cp wikipages.csv ~/Desktop # save output
WARNING: Since the WikiServer's files are only accessible as root, this script
must be run as root to function. Additionally, this is not extremely
well tested, so use at your own risk.







