How to modify Datatracker database? #10426
-
|
Hi, I have an idea to use it instead of RFCs to store internal organizational documents, build a document archive, etc., as I really like the Datatracker interface. Is there any way to manipulate the Datatracker database (on a self-hosted server) so that I could independently add my own “RFCs” and similar documents? Are there any ready-made GUI tools that would make this easier? How does the IETF itself add RFCs to its databases? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
To pursue using the datatracker concepts with other document types, you'd want to fork the datatracker and start with a nearly database (that part won't be trivial). You probably would also want to customize the Name structures. This will require a real understanding of the datatracker code. You won't really be able to take the existing datatracker and (I assume developer) database and just use its UI to start manipulating some other kind of document. The best way to become familiar with the datatracker internals is to explore it in development mode locally. |
Beta Was this translation helpful? Give feedback.
To pursue using the datatracker concepts with other document types, you'd want to fork the datatracker and start with a nearly database (that part won't be trivial). You probably would also want to customize the Name structures. This will require a real understanding of the datatracker code.
You won't really be able to take the existing datatracker and (I assume developer) database and just use its UI to start manipulating some other kind of document.
The best way to become familiar with the datatracker internals is to explore it in development mode locally.