Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 442881561 -> c68c6530d


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c68c6530/content/support.mdtext
----------------------------------------------------------------------
diff --git a/content/support.mdtext b/content/support.mdtext
deleted file mode 100644
index 0969b5e..0000000
--- a/content/support.mdtext
+++ /dev/null
@@ -1,53 +0,0 @@
----
-layout: default
-title:  Support
----
-
-# Support
-
-## Questions about How to use PDFBox
-
-If you have questions about how to use PDFBox do ask on the [Users Mailing 
List](/mailinglists.html "Subscribe to Mailing List"). This will get you help 
from the entire community.
-
-The PDFBox examples and the test code in the sources will also provide 
additional information.
-
-And there are additonal resources available on sites such as [Stack 
Overflow](http://stackoverflow.com/search?q=pdfbox "Stack Overflow").
-
-
-## Filing a bug report or enhancement request
-
-<p class="alert alert-info">Please refrain from immediately opening a ticket 
in the issue tracker unless 
-you are really certain it's a problem in the PDFBox software. Try using the 
Mailing Lists 
-before.</p>
-
-If you are sure you have found a bug the please report the problem in our 
-[Issue Tracker](https://issues.apache.org/jira/browse/PDFBOX). 
-
-**Before you submit a bug there are several things you can try first**
-
- - for issues with text extraction try if Adobe Reader can extract the text
- - try the latest SNAPSHOT to see if it's fixed in the pre-release
- - search the mailing list to see if has been discussed before
- - check the issue tracker to see if the issue has already been reported
-
-**To help us resolving a bug quicker**
-
- - attach the PDF that makes trouble by using "More", "Attach files" in the 
issue tracker
- - if your file is too large, upload it to a sharehoster, or use the PDFSplit 
application to isolate the troublesome page
- - mention the PDFBox version you are using.
- - attach the shortest possible code that reproduces the problem. Insert java 
code between {code}...{code}. Or try to reproduce the problem with the command 
line applications.
- - mention what you were doing, what was the expected behaviour, and what 
happened instead
- - provide a stack trace of an exception if there is one
- - try using the non-sequential parser (loadNonSeq() instead of load(), and 
"-nonSeq" with the command line applications)
- - search JIRA if your problem has been mentioned before.
- - Be patient: all the people here are unpaid volunteers who work for you in 
their free time
-
-**And please DON'T**
-
- - upload files to a hoster that requires registration to read the file.
- - create an issue in JIRA and then go on vacation so you won't repond to our 
questions / suggestions.
- - ask "how to" questions in JIRA. Ask such questions on the mailing lists, on 
stackoverflow.com, and look at the sample and the test code in the sources.
- - attach PDF files with confidential and/or personal data (name, DoB, bank 
data, health data, SSN) without getting permission from the client and/or the 
people mentioned on the PDF
- - create issues about obsolete PDFBox versions
-
-<p class="alert alert-info">We can sometimes solve problems without having the 
PDF, but it is difficult.</p>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c68c6530/content/team.md
----------------------------------------------------------------------
diff --git a/content/team.md b/content/team.md
new file mode 100644
index 0000000..2988bde
--- /dev/null
+++ b/content/team.md
@@ -0,0 +1,45 @@
+---
+layout: default
+title:  Project Team
+---
+
+# Project Team
+
+A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers,
+submitting patches and suggestions.
+
+The team is comprised of Members and Contributors. Members have direct access 
to the source of a project and actively evolve the code-base.
+Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded.
+Get involved today. All contributions to the project are greatly appreciated.
+
+## Members
+
+The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.
+
+| Id            | Name                  | Roles      | 
+| ------------- | --------------------- | ---------- |
+| adam          | Adam Nichols          | PMC Member |
+| lehmi         | Andreas Lehmkühler    | PMC Chair  |
+| blitchfield   | Ben Litchfield        | PMC Member |
+| carrier       | Brian Carrier         | PMC Member |
+| danielwilson  | Daniel Wilson         | PMC Member |
+| gbailleul     | Guillaume Bailleul    | PMC Member |
+| jeremias      | Jeremias Maerki       | PMC Member |
+| koch          | Johannes Koch         | PMC Member |
+| jahewson      | John Hewson           | PMC Member |
+| kjackson      | Kevin Jackson         | PMC Member |
+| msahyoun      | Maruan Sahyoun        | PMC Member |
+| pkoch         | Phillipp Koch         | PMC Member |
+| tchojecki     | Thomas Chojecki       | PMC Member |
+| tboehme       | Timo Boehme           | PMC Member |
+| tilman        | Tilman Hausherr       | PMC Member |
+| vfed          | Villu Ruusmann        | PMC Member |
+
+## Emeritus members
+
+The following is a list of former developers going emeritus from the PDFBox 
PMC.
+
+| Id            | Name                  | Roles      | 
+| ------------- | -------------         | ---------- |
+| leleueri      | Eric Leleu            |            |
+| jukka         | Jukka Zitting         |            |

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/c68c6530/content/team.mdtext
----------------------------------------------------------------------
diff --git a/content/team.mdtext b/content/team.mdtext
deleted file mode 100644
index 2988bde..0000000
--- a/content/team.mdtext
+++ /dev/null
@@ -1,45 +0,0 @@
----
-layout: default
-title:  Project Team
----
-
-# Project Team
-
-A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers,
-submitting patches and suggestions.
-
-The team is comprised of Members and Contributors. Members have direct access 
to the source of a project and actively evolve the code-base.
-Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded.
-Get involved today. All contributions to the project are greatly appreciated.
-
-## Members
-
-The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.
-
-| Id            | Name                  | Roles      | 
-| ------------- | --------------------- | ---------- |
-| adam          | Adam Nichols          | PMC Member |
-| lehmi         | Andreas Lehmkühler    | PMC Chair  |
-| blitchfield   | Ben Litchfield        | PMC Member |
-| carrier       | Brian Carrier         | PMC Member |
-| danielwilson  | Daniel Wilson         | PMC Member |
-| gbailleul     | Guillaume Bailleul    | PMC Member |
-| jeremias      | Jeremias Maerki       | PMC Member |
-| koch          | Johannes Koch         | PMC Member |
-| jahewson      | John Hewson           | PMC Member |
-| kjackson      | Kevin Jackson         | PMC Member |
-| msahyoun      | Maruan Sahyoun        | PMC Member |
-| pkoch         | Phillipp Koch         | PMC Member |
-| tchojecki     | Thomas Chojecki       | PMC Member |
-| tboehme       | Timo Boehme           | PMC Member |
-| tilman        | Tilman Hausherr       | PMC Member |
-| vfed          | Villu Ruusmann        | PMC Member |
-
-## Emeritus members
-
-The following is a list of former developers going emeritus from the PDFBox 
PMC.
-
-| Id            | Name                  | Roles      | 
-| ------------- | -------------         | ---------- |
-| leleueri      | Eric Leleu            |            |
-| jukka         | Jukka Zitting         |            |

Reply via email to