We need a tilde.json created #13

Closed
opened 2019-03-23 02:12:44 +00:00 by ubergeek · 2 comments
Contributor

The following spec:
http://protocol.club/~datagrok/beta-wiki/tdp.html

We should do this.

Here's some sample json for it:

{
  "name": "Thunix",
  "url": "https://thunix.net",
  "signup_url": "https://thunix.net/signup.php",
  "user_count": 30,
  "want_users": true,
  "admin_email": "ubergeek@thunix.net",
  "description": "Thunix is a community server",
  "users": [
    {
      "username": "ubergeek",
      "title": "My page",
      "mtime": 203140
    },
    {
      "username": "amcclure",
      "title": "ammclure page",
      "mtime": 203145
    }
  ]
}
The following spec: http://protocol.club/~datagrok/beta-wiki/tdp.html We should do this. Here's some sample json for it: ``` { "name": "Thunix", "url": "https://thunix.net", "signup_url": "https://thunix.net/signup.php", "user_count": 30, "want_users": true, "admin_email": "ubergeek@thunix.net", "description": "Thunix is a community server", "users": [ { "username": "ubergeek", "title": "My page", "mtime": 203140 }, { "username": "amcclure", "title": "ammclure page", "mtime": 203145 } ] } ```
ubergeek added the
enhancement
first
labels 2019-03-23 02:13:52 +00:00
Author
Contributor

Ok, so we borrowed tilde.team's tilde.json script... HOWEVER...

We've seemed to have standardized on php, and the current script is in python. So, a conversion to php would be super :)

Ok, so we borrowed tilde.team's tilde.json script... HOWEVER... We've seemed to have standardized on php, and the current script is in python. So, a conversion to php would be super :)
Author
Contributor

This is completed, as part of the user management script package

This is completed, as part of the user management script package
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thunix/www#13
No description provided.