summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-03-24 02:27:47 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-03-26 11:43:54 -0500
commit621d9e5c413e561293d7484b93882d985b3fe15f (patch)
tree638f3d75761c121d9a8fb50b52a12a6686c5ac5c /README
parent40d3643b8d91886bf210aa27f711731c81a11e49 (diff)
downloadpki-621d9e5c413e561293d7484b93882d985b3fe15f.tar.gz
pki-621d9e5c413e561293d7484b93882d985b3fe15f.tar.xz
pki-621d9e5c413e561293d7484b93882d985b3fe15f.zip
Removed unnecessary pki folder.
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131
Diffstat (limited to 'README')
-rw-r--r--README68
1 files changed, 68 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..2c2c36b8a
--- /dev/null
+++ b/README
@@ -0,0 +1,68 @@
+# BEGIN COPYRIGHT BLOCK
+# (C) 2008 Red Hat, Inc.
+# All rights reserved.
+# END COPYRIGHT BLOCK
+
+This Certificate System is open-source software.
+
+Please comply with the LICENSE contained in each of
+the individual components, and the EXPORT CONTROL
+regulations defined at:
+
+ http://pki.fedoraproject.org/wiki/PKI_Download
+
+
+These directories contain the following:
+
+ CMakeLists.txt
+ COPYING
+ CPackConfig.cmake
+ ConfigureChecks.cmake
+ DefineOptions.cmake
+ cmake_uninstall.cmake.in
+ config.h.cmake
+ cmake/ - These files and this directory contain
+ the top-level files necessary to integrate
+ the CMake build system in pki.
+
+ README - This file.
+
+ base/ - Contains most of the base source code
+ needed to build this project. Note that
+ this directory does NOT contain
+ implementation specific user-interface
+ components required to build a working
+ Certificate System.
+
+ dogtag/ - Contains the scripts and user-interface
+ components necessary to build a sample
+ working "Dogtag Certificate System".
+ The scripts in this directory leverage
+ the base source code located in the
+ "base/" directory, and are known to
+ work on both 32-bit and 64-bit
+ "Fedora" operating systems. Users
+ who wish to experiment with this project
+ should focus on this directory first.
+
+ patches/ - Contains "patches" needed for specific
+ versions of this certificate system.
+
+ scripts/ - Contains "scripts" used by this
+ certificate system. This directory
+ contains numerous "compose" scripts
+ useful for building RPMS/SRPMS of the
+ various certificate system components.
+
+ specs/ - Contains RPM spec files used for
+ building RPMS/SRPMS of the various
+ certificate system components.
+
+ tools/ - Contains utilities useful to
+ certificate system components.
+
+Detailed instructions for building, installing, and
+running this project are located at:
+
+ http://pki.fedoraproject.org/wiki/PKI_Main_Page
+