diff --git a/.nekohtml.metadata b/.nekohtml.metadata
new file mode 100644
index 0000000..5f41f21
--- /dev/null
+++ b/.nekohtml.metadata
@@ -0,0 +1 @@
+55f3abbf2bc473ba827e4ef8be6204d277936f66 SOURCES/nekohtml-1.9.14.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 0e7897f..0000000
--- a/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The master branch has no content
-
-Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6
-
-If you find this file in a distro specific branch, it means that no content has been checked in yet
diff --git a/SOURCES/nekohtml-1.9.14.pom b/SOURCES/nekohtml-1.9.14.pom
new file mode 100644
index 0000000..afd2149
--- /dev/null
+++ b/SOURCES/nekohtml-1.9.14.pom
@@ -0,0 +1,41 @@
+
+ 4.0.0
+ net.sourceforge.nekohtml
+ nekohtml
+ Neko HTML
+ 1.9.14
+ http://nekohtml.sourceforge.net/
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+ http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/
+
+
+
+ xerces
+ xercesImpl
+ 2.9.1
+
+
+
+
+ nekohtml-m2-repo
+
+ sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo
+
+ NekoHTML Maven 2 Repository
+
+
+ nekohtml-m2-repo-snapshots
+
+ sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo-snapshots
+
+ NekoHTML Maven 2 Snapshots Repository
+
+
+
diff --git a/SOURCES/nekohtml-component-info.xml b/SOURCES/nekohtml-component-info.xml
new file mode 100644
index 0000000..ceec5d2
--- /dev/null
+++ b/SOURCES/nekohtml-component-info.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SOURCES/nekohtml-crosslink.patch b/SOURCES/nekohtml-crosslink.patch
new file mode 100644
index 0000000..dcf8000
--- /dev/null
+++ b/SOURCES/nekohtml-crosslink.patch
@@ -0,0 +1,29 @@
+--- nekohtml-1.9.11/build.xml.orig 2008-12-29 15:13:42.000000000 -0500
++++ nekohtml-1.9.11/build.xml 2009-02-11 14:27:05.352730458 -0500
+@@ -42,6 +42,11 @@
+
+
+
++
++
++
++
++
+
+
+
+@@ -171,8 +176,12 @@
+ author='true' version='true' use='true'
+ windowtitle="${Name} Implementation"
+ doctitle="${Name}" encoding="ISO-8859-1"
+- bottom="${copyright}"
+- />
++ bottom="${copyright}">
++
++
++
++
++
+
+
+
diff --git a/SOURCES/nekohtml-filter.sh b/SOURCES/nekohtml-filter.sh
new file mode 100644
index 0000000..f54e69e
--- /dev/null
+++ b/SOURCES/nekohtml-filter.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+#
+# nekohtml filter script
+# JPackage Project
+
+# Source functions library
+if [ -f /usr/share/java-utils/java-functions ] ; then
+ . /usr/share/java-utils/java-functions
+else
+ echo "Can't find functions library, aborting"
+ exit 1
+fi
+
+# Configuration
+MAIN_CLASS=org.cyberneko.html.filters.Writer
+BASE_JARS="nekohtml xerces-j2"
+
+# Set parameters
+set_jvm
+set_classpath $BASE_JARS
+
+# Let's start
+run "$@"
diff --git a/SOURCES/nekohtml-jars.patch b/SOURCES/nekohtml-jars.patch
new file mode 100644
index 0000000..b8fdb52
--- /dev/null
+++ b/SOURCES/nekohtml-jars.patch
@@ -0,0 +1,94 @@
+--- nekohtml-1.9.14/build.xml.orig 2010-07-19 13:56:56.190200850 -0400
++++ nekohtml-1.9.14/build.xml 2010-07-19 14:06:07.908202000 -0400
+@@ -48,7 +48,7 @@
+
+
+
+-
++
+
+
+
+@@ -77,7 +77,7 @@
+ source='${compile.source}' target='${compile.target}'
+ includeAntRuntime='false'>
+
+-
++
+
+
+
+@@ -88,7 +88,7 @@
+ source='${compile.source}' target='${compile.target}'
+ includeAntRuntime='false'>
+
+-
++
+
+
+
+@@ -102,11 +102,13 @@
+ unless="compile.skip">
+
+
++
+
+
+
+@@ -229,7 +231,7 @@
+
+
+
+-
++
+
+
+
+@@ -270,7 +272,7 @@
+ source='${compile.source}' target='${compile.target}'
+ includeAntRuntime='true'>
+
+-
++
+
+
+
+@@ -291,8 +293,8 @@
+
+
+
+-
+-
++
++
+
+
+
+@@ -311,10 +313,12 @@
+
+
+
++
+