From b9bcad8254ba18c939e56396ea363ba05aa66e1c Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 18 Jun 2007 20:58:58 +0000 Subject: [PATCH] Split out Contact page, add brief auto-biography. git-svn-id: http://htmlpurifier.org/svnroot@1160 48356398-32a2-884e-a903-53898d9a118a --- common-navigation.xml | 2 +- contact.css | 3 +++ contact.xhtml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.xhtml | 10 ------- 4 files changed, 78 insertions(+), 11 deletions(-) create mode 100644 contact.css create mode 100644 contact.xhtml diff --git a/common-navigation.xml b/common-navigation.xml index d5cc803..9582173 100644 --- a/common-navigation.xml +++ b/common-navigation.xml @@ -9,7 +9,7 @@ - + \ No newline at end of file diff --git a/contact.css b/contact.css new file mode 100644 index 0000000..ce1ed5b --- /dev/null +++ b/contact.css @@ -0,0 +1,3 @@ +#Community {float:left; width: 48%; margin: 0; padding: 1em; padding-left:0;} +#Email {margin: 0; margin-left: 50%; padding: 1em; padding-right:0;} +#Community h2, #Email h2 {margin-top:0;} \ No newline at end of file diff --git a/contact.xhtml b/contact.xhtml new file mode 100644 index 0000000..a44d0cb --- /dev/null +++ b/contact.xhtml @@ -0,0 +1,74 @@ + + + + + Contact - HTML Purifier + + + + + + + +

Contact

+ +
+ +
+

Community

+

For regular, non-security related questions, the + support forums is the + place to go. You can search to see if your question has been already + answered or ask it yourself. The primary benefit of a publically accessible + forum is that other users can benefit from your question.

+
+ +
+

Email

+

You can send me an email at + admin@htmlpurifier.org; + please use this address for security advisories. + Any mail I receive will be considered public: if an answer to a question you ask + would be helpful to other users, it will probably be published.

+
+ +

About Me

+ +

+ Edward Z. Yang is the lead developer for HTML Purifier. + Extremely proficient in PHP, and moderately experienced in JavaScript, + C++, XSLT, Java, LaTeX and SQL (he does not believe that + HTML, XML or CSS are programming languages), he has + been responsible for writing, among + other things, a defunct + literature management + system, an active system + status monitor and + miscellaneous + educational + games. When + not programming per-say, he can be + found working on PHP's documentation (specifically the + docs for the Subversion + extension) and giving advice on DevNetwork + forums. Occasionally you'll find him wielding Adobe Photoshop, Inkscape, + or his administrative powers over at Wikipedia. +

+ +

+ When not on the computer, Edward enjoys jogging, playing Oboe and + singing. +

+ +

+ +

+ +
+ + + diff --git a/index.xhtml b/index.xhtml index 5acabb1..9f1c609 100644 --- a/index.xhtml +++ b/index.xhtml @@ -273,16 +273,6 @@ alt="Powered by HTML Purifier" border="0" /></a>

-

Contact

- -

You can send me an email at -admin@htmlpurifier.org. -However, I prefer that you use the forums for asking general support -questions (response time will be the same, I promise!) -Any emails I receive will be considered public: if I think a -solution I thought up to help you would be particularly useful to others, -expect it to show up on the website.

- -- 2.11.4.GIT