zulip/zerver/tests/fixtures/config.generate_data.json
Ganesh Pawar a42f7a67e1 populate_db: Add images in test data.
This isn't quite the right model, because we're not actually going
through the upload code path, but it does at least provide some inline
image previews in the data.

Fixes part of #14991.
2021-01-27 17:52:28 -08:00

87 lines
3.9 KiB
JSON

{
"gen_fodder":
{
"nouns":["server", "FAILED EXPORT", "RECENT TOPICS", "laptop", "BOTS", "router", "bridge",
"cat5", "nas", "MOBILE", "file server", "API", "wifi", "printer",
"plotter", "WEBAPP", "desktop", "PLOTS", "database", "URLS", "keurig"],
"adjectives": ["new", "LAST", "old", "first", "NEW", "last", "big", "little",
"leased", "FIRST", "owned", "red", "blue", "OLD", "green"],
"verbs": ["running", "skipping", "loading", "linking",
"over-heating", "de-duping", "compiling"],
"adverbs": ["quickly", "slowly", "erratically"],
"connectors": ["is", "isn't", "was", "wasn't", "has been"] ,
"emoji": [":thumbs_up:", ":thumbs_down:", ":shirt:", ":zulip:", ":tada:", ":earth_asia:",
":cop:", ":8ball:", ":boat:", ":egg:", ":heartpulse:", ":moon_ceremony:", ":cupid:", ":mag:"],
"links":
["https://zulip.readthedocs.io/en/latest/subsystems/emoji.html",
"https://zulip.readthedocs.io/en/latest/subsystems/full-text-search.html",
"https://zulip.readthedocs.io/en/latest/subsystems/analytics.html",
"https://zulip.readthedocs.io/en/latest/translating/translating.html",
"https://zulip.readthedocs.io/en/latest/subsystems/client.html",
"https://zulip.readthedocs.io/en/latest/subsystems/logging.html",
"https://zulip.readthedocs.io/en/latest/subsystems/release-checklist.html"],
"inline-code": [
"`(reduce (fn [m [k v]] (assoc m v k)) {} {:b 2 :a 1 :c 3})`" ,
"`select id, first-name, last-name from users where active = 1;`",
"`list(range(3, 6))`",
"`(inc [1 2 3 4 5])`" ],
"code-blocks": [
"\n```\ndef write_multiple_items(file, separator, *args):\n file.write(separator.join(args))\n```",
"\n```python\ndef concat(*args, sep='/'):\n return sep.join(args)\n```",
"\n```\n(map + [1 2 3] [4 5 6])\n ;;=> (5 7 9)\n```"
],
"quote-blocks": [
"```quote\nBe yourself; everyone else is already taken.\n -- Oscar Wilde\n```",
"```quote\nSocieties have always been shaped more by the nature of the media by which humans communicate than by the content of the communication.\n -- Marshall McLuhan\n```",
"```quote\nWord-work is sublime...because it is generative; it makes meaning that secures our difference, our human difference -- the way in which we are like no other life.\n -- Toni Morrison\n```",
"```quote\nI've learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel.\n -- Maya Angelou\n```",
"```quote\nAny sufficiently advanced technology is indistinguishable from magic.\n -- Arthur C. Clarke\n```"
],
"images": [
"[whale](/static/images/features/whale.png)\n",
"[twitter](/static/images/features/twitter.png)\n",
"[topics](/static/images/story-tutorial/zulip-topic.png)\n",
"[On_it!](/static/images/story-tutorial/zulip-compose.png)\n",
"[streams](/static/images/story-tutorial/zulip-streams.png)\n",
"[stream_selected](/static/images/story-tutorial/zulip-streams-selected-original.png)\n",
"[unreads](/static/images/story-tutorial/zulip-streams-unreads.png)\n"
],
"maths": [
"$$e^{i \\pi } + 1 = 0$$",
"$$\\frac{1}{\\Gamma(k)\\theta^k x^{k-1} e^{-\\frac{x}{\\theta}}$$"
],
"lists": [
"* milk\n* eggs\n* bread\n* fruit\n * apples\n * oranges\n * watermelon\n* cookies",
"* Myrmica ruginodis\n* Myrmica kotokui\n* Crematogaster pilosa"
]
},
"dist_percentages":
{
"bold": 5,
"italic": 3,
"emoji" : 8,
"strike-thru": 2,
"quoted": 5,
"quote-block": 5,
"inline-code": 5,
"code-block": 3,
"math": 1,
"link" : 8,
"list": 5,
"images" : 5
},
"corpus":
{
"filename": "zerver/lib/test_data.source.txt"
}
}