Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions template_tool.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Add a name for the project
$name = "-";
// Add a description of your project
$description = "-";
// Add the url of the project
$url = "-";
// Which version of Dedukti is your project compatible with?
$comp_dk = "-";
// Which version of Lambdapi is your project compatible with?
$comp_lp = "-";

// First Developer(s)
$first_dev = "-";
// Current Developer(s)
$cur_dev = "-";
// Past Developper(s) with period
$past_dev = "-";
// Contact(s)
$contact = "-";
19 changes: 19 additions & 0 deletions tools_description/personoj.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Add a name for the project
$name = "personoj";
// Add a description of your project
$description = "People's Verification System in Dedukti";
// Add the url of the project
$url = "https://github.com/Deducteam/personoj";
// Which version of Dedukti is your project compatible with?
$comp_dk = "-";
// Which version of Lambdapi is your project compatible with?
$comp_lp = "1.0";

// First Developer(s)
$first_dev = "Gabriel Hondet";
// Current Developer(s)
$cur_dev = "Gabriel Hondet";
// Past Developper(s) with period
$past_dev = "-";
// Contact(s)
$contact = "Gabriel Hondet";