More actions
Combined display of all available logs of Information Rating System Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:45, 9 July 2025 Dan talk contribs created page Internal:Annotating Sources (Created page with "<h2> Sources and source link annotation </h2> External sources can be both users and entities that don't use the software. To simplify things, we will create an external source for every user, and add a field to the user table for the id of their external source record. <pre> ALTER TABLE users ADD COLUMN external_source_id INT NOT NULL; CREATE TABLE external_sources : user_created name : TEXT url: TEXT type of external source: person, ai/computation, organization (grou...")