G
G
Godless2016-11-14 15:26:30
linux
Godless, 2016-11-14 15:26:30

Admin / web resource. Is there a ready solution?

Good day.
Some strongly simplified similarity of CMS for the following purposes is necessary.

  1. showing a table of contents with a topic, some small description and attached files.
    interface is minimal, for display on tablets
  2. A very simple web-based editing interface for this wonder.

There should be 10 such blocks, i.e. conditionally:
  • Item 1
    • Lesson 1
      • question 1
      • question 2

    • Lesson 2
      • question 1
      • question 2

  • Item 2...

So here, subjects are fixed, and occupations change. Questions need to be answered promptly during the session.
PS: on your own server, offline

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Adamos, 2016-11-14
@Godless

1. Block creation / editing page, solid jQuery.
2. A script that processes AJAX requests from this page - existing, creating a new one, editing, deleting.
3. A page showing a tree of blocks with the ability to move, again entirely jQuery.
4. Script that processes requests from this page as well (or combined with item 2)
5. Well, the block storage logic is either a base or just files.
If authorization is not required - that's it.
If required, you need to add a couple more files and a user data store.
A normal topic for a term paper, IMHO ...
What? CMS? What for?!..

I
Igor Vorotnev, 2016-11-14
@HeadOnFire

PowerPoint/Keynote/PDF?

Z
zelsky, 2016-11-14
@zelsky

ReadTheDocs?

Y
Yuri Chudnovsky, 2016-11-14
@Frankenstine

HTML document made in MS Word. Cheap and angry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question