pwnwiki / pwnwiki.github.io

PwnWiki - The notes section of the pentesters mind.
http://pwnwiki.io
MIT License
554 stars 269 forks source link

Find a way to allow users to generate a pdf from a markdown file #88

Open ThatEidolon opened 10 years ago

ThatEidolon commented 10 years ago

Users may need to print out files from the pwnwiki site. HTML doesn't always play nice with print.Optimally there should a button or something that a user could click and get a pdf generated from a pwnwiki page.

Also, this will help to move people from using the google documents as an authoritative source.

ThatEidolon commented 10 years ago

From slack chat

eidolon [8:39 PM] this looks promising: https://gitprint.com/pwnwiki/pwnwiki.github.io/blob/master/presence/linux/blind.md

eidolon [8:39 PM] real quick script to s/github/gitprint/

webbreacher [8:41 PM] +1

mubix [8:43 PM] while that does look cool, it doesn't really add much to the current ability to have people just press "Print" on each page

mubix [8:43 PM] the benefit is that the google doc is all on one page

mubix [8:43 PM] so maybe if we pulled each PDF or page, then maybe merged them somehow?

eidolon [8:45 PM] so what are you thinking, an ability to pull together multiple pages into single PDF?

eidolon [8:46 PM] maybe something like what wikipedia does, where you can select pages and then combine them?

eidolon [8:46 PM] or have just sections compiled together, so one for pivioting, one for persistance, etc.

mubix [8:48 PM] Added in an integration so that new issues and stuff get posted here

mubix [8:48 PM] @eidolon: I'm thinking of a "Print PwnWiki" option

eidolon [8:48 PM] ok, so something recursive that will grab everything

mubix [8:50 PM] aye