Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 1.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  1. <html>
  2. <head>
  3. <title>yspecies</title>
  4. <style type="text/css">
  5. a, a:active {
  6. text-decoration: none; color: blue;
  7. }
  8. a:visited {
  9. color: #48468F;
  10. }
  11. a:hover, a:focus {
  12. text-decoration: underline; color: red;
  13. }
  14. body {
  15. background-color: #F5F5F5;
  16. }
  17. h2 {
  18. margin-bottom: 12px;
  19. }
  20. th, td {
  21. font: 100% monospace; text-align: left;
  22. }
  23. th {
  24. font-weight: bold; padding-right: 14px; padding-bottom: 3px;
  25. }
  26. th.tight {
  27. padding-right: 6px;
  28. }
  29. td {
  30. padding-right: 14px;
  31. }
  32. td.tight {
  33. padding-right: 8px;
  34. }
  35. td.s, th.s {
  36. text-align: right;
  37. }
  38. td.summary {
  39. white-space: nowrap;
  40. overflow: hidden;
  41. }
  42. td.packagename {
  43. white-space: nowrap;
  44. text-overflow: ellipsis;
  45. overflow: hidden;
  46. max-width: 180px;
  47. padding-right: 8px;
  48. }
  49. td.version {
  50. //white-space: nowrap;
  51. overflow: hidden;
  52. max-width: 90px;
  53. padding-right: 8px;
  54. }
  55. table {
  56. background-color: white;
  57. border-top: 1px solid #646464;
  58. border-bottom: 1px solid #646464;
  59. padding-top: 10px;
  60. padding-bottom: 14px;
  61. }
  62. address {
  63. color: #787878;
  64. padding-top: 10px;
  65. }
  66. </style>
  67. </head>
  68. <body>
  69. <h2>yspecies</h2>
  70. <h3><a href="rss.xml">RSS Feed</a>&nbsp;&nbsp;&nbsp;<a href="channeldata.json">channeldata.json</a></h3>
  71. <a href="noarch">noarch</a>&nbsp;&nbsp;&nbsp; <table>
  72. <tr>
  73. <th style="padding-right:18px;">Package</th>
  74. <th>Latest Version</th>
  75. <th>Doc</th>
  76. <th>Dev</th>
  77. <th>License</th>
  78. <th class="tight">noarch</th> <th>Summary</th>
  79. </tr>
  80. </table>
  81. <address>Updated: 2020-10-08 22:38:51 +0000 - Files: 0</address>
  82. </body>
  83. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...