https://github.com/bripkens/print-google-code-wiki
This project facilitates printing of Google Code wiki pages
https://github.com/bripkens/print-google-code-wiki
Last synced: 4 months ago
JSON representation
This project facilitates printing of Google Code wiki pages
- Host: GitHub
- URL: https://github.com/bripkens/print-google-code-wiki
- Owner: bripkens
- Created: 2012-01-11T07:31:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-11T09:51:24.000Z (over 14 years ago)
- Last Synced: 2025-10-25T02:18:58.703Z (8 months ago)
- Homepage: http://www.bripkens.de
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Print Google Code Wiki
This project allows you to prepare a selected set of Google Code Wiki pages for printing.
# Usage
Copy the *printit.html* file into the directory in which your wiki files are located. For the subversion repositories, this typically is the wiki directory. For Mercurial and Git repositories, use the wiki branch. Now you can open the HTML file locally with a browser that allows file access from files (if you are using Chrome, you can enable this temporarily using the *--allow-file-access-from-files* command line argument). Should you have security concerns, you may also just commit the file and open it in the browser (remember to set the proper mime types).
# Hint
Should you need to export a larger number of similar documents, the following command may be useful for you. It searches for all files which contain the word *Decision* in a bold font face and formats the file names properly so that you only need to copy it into the input field.
grep -H "*Decision*" /path/to/your/wiki/*.wiki | sed 's/^.*wiki\/\(.*\).wiki.*$/\1/g' | tr '\n' ','