| |
@@ -1,6 +1,29 @@
|
| |
MDAPI
|
| |
=====
|
| |
|
| |
+ Notice
|
| |
+ ------
|
| |
+
|
| |
+ This project codebase has been moved over to https://github.com/fedora-infra/mdapi
|
| |
+ and therefore, this repository is no longer actively maintained. Please direct
|
| |
+ your information requests, issue tickets and contributions over there.
|
| |
+
|
| |
+ For more context, please follow the below mentioned mailing threads.
|
| |
+
|
| |
+ On Devel list
|
| |
+
|
| |
+ * [Devel] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JCJ6UCG2QZLIV2LU42C34X5XULNII6NJ/
|
| |
+ * [Devel] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/KAZOUBVPGV62UKESGNKOTWW554QDEX4Q/
|
| |
+
|
| |
+ On Infrastructure list
|
| |
+
|
| |
+ * [Infrastructure] https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/JCJ6UCG2QZLIV2LU42C34X5XULNII6NJ/
|
| |
+ * [Infrastructure] https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/message/KAZOUBVPGV62UKESGNKOTWW554QDEX4Q/
|
| |
+
|
| |
+
|
| |
+ Introduction
|
| |
+ ------------
|
| |
+
|
| |
mdapi (for metadata API) is a simple API aiming at providing as fast as possible
|
| |
the information contained in the metadata files generated for RPM repositories.
|
| |
It is currently deployed at:
|
| |
@@ -9,6 +32,7 @@
|
| |
You can contribute to mdapi with bug reports or pull requests at:
|
| |
https://pagure.io/mdapi
|
| |
|
| |
+
|
| |
Development
|
| |
-----------
|
| |
If you wish to set up a
|
| |
Signed-off-by: Akashdeep Dhar akashdeep.dhar@gmail.com